[INFO] fetching crate pq-key-encoder 1.0.1...
[INFO] checking pq-key-encoder-1.0.1 against try#b66808126f24f2f30898306a881e1676824ea80c for pr-133502-23
[INFO] extracting crate pq-key-encoder 1.0.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate pq-key-encoder 1.0.1
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pq-key-encoder 1.0.1
[INFO] tweaked toml for crates.io crate pq-key-encoder 1.0.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pq-key-encoder 1.0.1 on toolchain b66808126f24f2f30898306a881e1676824ea80c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pq-key-encoder 1.0.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pq-oid v1.0.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 547d045143d5e7d3c1edf5248800d512c628b0d78da5267d7d5d0df82abd1f2d
[INFO] running `Command { std: "docker" "start" "547d045143d5e7d3c1edf5248800d512c628b0d78da5267d7d5d0df82abd1f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "547d045143d5e7d3c1edf5248800d512c628b0d78da5267d7d5d0df82abd1f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "547d045143d5e7d3c1edf5248800d512c628b0d78da5267d7d5d0df82abd1f2d" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "547d045143d5e7d3c1edf5248800d512c628b0d78da5267d7d5d0df82abd1f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "547d045143d5e7d3c1edf5248800d512c628b0d78da5267d7d5d0df82abd1f2d" "/opt/rustwide/cargo-home/bin/cargo" "+b66808126f24f2f30898306a881e1676824ea80c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking pq-oid v1.0.3
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]     Checking pq-key-encoder v1.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:114:19
[INFO] [stdout]     |
[INFO] [stdout] 114 |         let der = include_bytes!("../../test-data/test-keys/ml_kem_512_pub.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:123:19
[INFO] [stdout]     |
[INFO] [stdout] 123 |         let der = include_bytes!("../../test-data/test-keys/ml_kem_512_priv.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:132:19
[INFO] [stdout]     |
[INFO] [stdout] 132 |         let der = include_bytes!("../../test-data/test-keys/ml_kem_768_pub.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:141:19
[INFO] [stdout]     |
[INFO] [stdout] 141 |         let der = include_bytes!("../../test-data/test-keys/ml_kem_768_priv.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:150:19
[INFO] [stdout]     |
[INFO] [stdout] 150 |         let der = include_bytes!("../../test-data/test-keys/ml_kem_1024_pub.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:159:19
[INFO] [stdout]     |
[INFO] [stdout] 159 |         let der = include_bytes!("../../test-data/test-keys/ml_kem_1024_priv.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:168:19
[INFO] [stdout]     |
[INFO] [stdout] 168 |         let der = include_bytes!("../../test-data/test-keys/ml_dsa_44_pub.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:177:19
[INFO] [stdout]     |
[INFO] [stdout] 177 |         let der = include_bytes!("../../test-data/test-keys/ml_dsa_44_priv.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:186:19
[INFO] [stdout]     |
[INFO] [stdout] 186 |         let der = include_bytes!("../../test-data/test-keys/ml_dsa_65_pub.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:195:19
[INFO] [stdout]     |
[INFO] [stdout] 195 |         let der = include_bytes!("../../test-data/test-keys/ml_dsa_65_priv.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:204:19
[INFO] [stdout]     |
[INFO] [stdout] 204 |         let der = include_bytes!("../../test-data/test-keys/slh_dsa_sha2_128s_pub.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:213:19
[INFO] [stdout]     |
[INFO] [stdout] 213 |         let der = include_bytes!("../../test-data/test-keys/slh_dsa_sha2_128s_priv.der");
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:225:17
[INFO] [stdout]     |
[INFO] [stdout] 225 |                 include_bytes!("../../test-data/test-keys/ml_kem_512_pub.der"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:229:17
[INFO] [stdout]     |
[INFO] [stdout] 229 |                 include_bytes!("../../test-data/test-keys/ml_kem_768_pub.der"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:233:17
[INFO] [stdout]     |
[INFO] [stdout] 233 |                 include_bytes!("../../test-data/test-keys/ml_kem_1024_pub.der"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:237:17
[INFO] [stdout]     |
[INFO] [stdout] 237 |                 include_bytes!("../../test-data/test-keys/ml_dsa_44_pub.der"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:241:17
[INFO] [stdout]     |
[INFO] [stdout] 241 |                 include_bytes!("../../test-data/test-keys/ml_dsa_65_pub.der"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:245:17
[INFO] [stdout]     |
[INFO] [stdout] 245 |                 include_bytes!("../../test-data/test-keys/slh_dsa_sha2_128s_pub.der"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:266:17
[INFO] [stdout]     |
[INFO] [stdout] 266 |                 include_bytes!("../../test-data/test-keys/ml_kem_512_priv.der"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/der.rs:270:17
[INFO] [stdout]     |
[INFO] [stdout] 270 |                 include_bytes!("../../test-data/test-keys/slh_dsa_sha2_128s_priv.der"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:233:17
[INFO] [stdout]     |
[INFO] [stdout] 233 |                 include_str!("../../test-data/test-keys/ml_kem_512_pub.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:238:17
[INFO] [stdout]     |
[INFO] [stdout] 238 |                 include_str!("../../test-data/test-keys/ml_kem_512_priv.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:243:17
[INFO] [stdout]     |
[INFO] [stdout] 243 |                 include_str!("../../test-data/test-keys/ml_kem_768_pub.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:248:17
[INFO] [stdout]     |
[INFO] [stdout] 248 |                 include_str!("../../test-data/test-keys/ml_kem_768_priv.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:253:17
[INFO] [stdout]     |
[INFO] [stdout] 253 |                 include_str!("../../test-data/test-keys/ml_kem_1024_pub.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:258:17
[INFO] [stdout]     |
[INFO] [stdout] 258 |                 include_str!("../../test-data/test-keys/ml_kem_1024_priv.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:263:17
[INFO] [stdout]     |
[INFO] [stdout] 263 |                 include_str!("../../test-data/test-keys/ml_dsa_44_pub.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:268:17
[INFO] [stdout]     |
[INFO] [stdout] 268 |                 include_str!("../../test-data/test-keys/ml_dsa_44_priv.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:273:17
[INFO] [stdout]     |
[INFO] [stdout] 273 |                 include_str!("../../test-data/test-keys/ml_dsa_65_pub.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:278:17
[INFO] [stdout]     |
[INFO] [stdout] 278 |                 include_str!("../../test-data/test-keys/ml_dsa_65_priv.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:283:17
[INFO] [stdout]     |
[INFO] [stdout] 283 |                 include_str!("../../test-data/test-keys/slh_dsa_sha2_128s_pub.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/pem.rs:288:17
[INFO] [stdout]     |
[INFO] [stdout] 288 |                 include_str!("../../test-data/test-keys/slh_dsa_sha2_128s_priv.pem"),
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1353:17
[INFO] [stdout]      |
[INFO] [stdout] 1353 |                 include_str!("../../test-data/test-keys/ml_kem_512_pub.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_512_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1358:17
[INFO] [stdout]      |
[INFO] [stdout] 1358 |                 include_str!("../../test-data/test-keys/ml_kem_512_priv.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1363:17
[INFO] [stdout]      |
[INFO] [stdout] 1363 |                 include_str!("../../test-data/test-keys/ml_kem_768_pub.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_768_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1368:17
[INFO] [stdout]      |
[INFO] [stdout] 1368 |                 include_str!("../../test-data/test-keys/ml_kem_768_priv.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1373:17
[INFO] [stdout]      |
[INFO] [stdout] 1373 |                 include_str!("../../test-data/test-keys/ml_kem_1024_pub.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_kem_1024_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1378:17
[INFO] [stdout]      |
[INFO] [stdout] 1378 |                 include_str!("../../test-data/test-keys/ml_kem_1024_priv.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1383:17
[INFO] [stdout]      |
[INFO] [stdout] 1383 |                 include_str!("../../test-data/test-keys/ml_dsa_44_pub.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_44_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1388:17
[INFO] [stdout]      |
[INFO] [stdout] 1388 |                 include_str!("../../test-data/test-keys/ml_dsa_44_priv.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1393:17
[INFO] [stdout]      |
[INFO] [stdout] 1393 |                 include_str!("../../test-data/test-keys/ml_dsa_65_pub.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/ml_dsa_65_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1398:17
[INFO] [stdout]      |
[INFO] [stdout] 1398 |                 include_str!("../../test-data/test-keys/ml_dsa_65_priv.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1403:17
[INFO] [stdout]      |
[INFO] [stdout] 1403 |                 include_str!("../../test-data/test-keys/slh_dsa_sha2_128s_pub.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/../../test-data/test-keys/slh_dsa_sha2_128s_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]     --> src/types.rs:1408:17
[INFO] [stdout]      |
[INFO] [stdout] 1408 |                 include_str!("../../test-data/test-keys/slh_dsa_sha2_128s_priv.pem"),
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_512_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 28 | fixture!(ML_KEM_512_PUB_DER, "ml_kem_512_pub.der");
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_512_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 29 | fixture!(ML_KEM_512_PRIV_DER, "ml_kem_512_priv.der");
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_512_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 30 | fixture_str!(ML_KEM_512_PUB_PEM, "ml_kem_512_pub.pem");
[INFO] [stdout]    | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_512_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 31 | fixture_str!(ML_KEM_512_PRIV_PEM, "ml_kem_512_priv.pem");
[INFO] [stdout]    | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_768_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 | fixture!(ML_KEM_768_PUB_DER, "ml_kem_768_pub.der");
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_768_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 35 | fixture!(ML_KEM_768_PRIV_DER, "ml_kem_768_priv.der");
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_768_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 | fixture_str!(ML_KEM_768_PUB_PEM, "ml_kem_768_pub.pem");
[INFO] [stdout]    | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_768_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 37 | fixture_str!(ML_KEM_768_PRIV_PEM, "ml_kem_768_priv.pem");
[INFO] [stdout]    | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_1024_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 40 | fixture!(ML_KEM_1024_PUB_DER, "ml_kem_1024_pub.der");
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_1024_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 | fixture!(ML_KEM_1024_PRIV_DER, "ml_kem_1024_priv.der");
[INFO] [stdout]    | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_1024_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 42 | fixture_str!(ML_KEM_1024_PUB_PEM, "ml_kem_1024_pub.pem");
[INFO] [stdout]    | -------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_kem_1024_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 | fixture_str!(ML_KEM_1024_PRIV_PEM, "ml_kem_1024_priv.pem");
[INFO] [stdout]    | ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_44_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 46 | fixture!(ML_DSA_44_PUB_DER, "ml_dsa_44_pub.der");
[INFO] [stdout]    | ------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_44_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 47 | fixture!(ML_DSA_44_PRIV_DER, "ml_dsa_44_priv.der");
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_44_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 | fixture_str!(ML_DSA_44_PUB_PEM, "ml_dsa_44_pub.pem");
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_44_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 | fixture_str!(ML_DSA_44_PRIV_PEM, "ml_dsa_44_priv.pem");
[INFO] [stdout]    | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_65_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 52 | fixture!(ML_DSA_65_PUB_DER, "ml_dsa_65_pub.der");
[INFO] [stdout]    | ------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_65_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 | fixture!(ML_DSA_65_PRIV_DER, "ml_dsa_65_priv.der");
[INFO] [stdout]    | -------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_65_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 54 | fixture_str!(ML_DSA_65_PUB_PEM, "ml_dsa_65_pub.pem");
[INFO] [stdout]    | ---------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/ml_dsa_65_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 | fixture_str!(ML_DSA_65_PRIV_PEM, "ml_dsa_65_priv.pem");
[INFO] [stdout]    | ------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/slh_dsa_sha2_128s_pub.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 58 | fixture!(SLH_DSA_SHA2_128S_PUB_DER, "slh_dsa_sha2_128s_pub.der");
[INFO] [stdout]    | ---------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/slh_dsa_sha2_128s_priv.der`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:17:30
[INFO] [stdout]    |
[INFO] [stdout] 17 |         const $name: &[u8] = include_bytes!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 59 | fixture!(SLH_DSA_SHA2_128S_PRIV_DER, "slh_dsa_sha2_128s_priv.der");
[INFO] [stdout]    | ------------------------------------------------------------------ in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_bytes` which comes from the expansion of the macro `fixture` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/slh_dsa_sha2_128s_pub.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 | fixture_str!(SLH_DSA_SHA2_128S_PUB_PEM, "slh_dsa_sha2_128s_pub.pem");
[INFO] [stdout]    | -------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `tests/../../test-data/test-keys/slh_dsa_sha2_128s_priv.pem`: No such file or directory (os error 2)
[INFO] [stdout]   --> tests/integration.rs:23:29
[INFO] [stdout]    |
[INFO] [stdout] 23 |         const $name: &str = include_str!(concat!("../../test-data/test-keys/", $file));
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 61 | fixture_str!(SLH_DSA_SHA2_128S_PRIV_PEM, "slh_dsa_sha2_128s_priv.pem");
[INFO] [stdout]    | ---------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `include_str` which comes from the expansion of the macro `fixture_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pq-key-encoder` (test "integration") due to 24 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `pq-key-encoder` (lib test) due to 44 previous errors
[INFO] running `Command { std: "docker" "inspect" "547d045143d5e7d3c1edf5248800d512c628b0d78da5267d7d5d0df82abd1f2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "547d045143d5e7d3c1edf5248800d512c628b0d78da5267d7d5d0df82abd1f2d", kill_on_drop: false }`
[INFO] [stdout] 547d045143d5e7d3c1edf5248800d512c628b0d78da5267d7d5d0df82abd1f2d
